home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 June: Reference Library / Dev.CD Jun 96 RL / Dev.CD Jun 96 RL.toast / What's New? / Development Kits / Apple Game Sprockets DR1 / Examples / DroneZone / DZUtils.h < prev   
Encoding:
C/C++ Source or Header  |  1996-04-24  |  233 b   |  16 lines  |  [TEXT/CWIE]

  1. /*
  2.  *    File:        DZUtils.h
  3.  *    Author:        Dan Venolia
  4.  *
  5.  *    Copyright © 1996 Apple Computer, Inc.
  6.  */
  7.  
  8. #ifndef __DZUtils__
  9. #define __DZUtils__
  10.  
  11. #include <QD3D.h>
  12.  
  13. TQ3Object Get3DMFResource(
  14.     short                inResourceID);
  15.  
  16. #endif /* __DZUtils__ */